Skip to content

Fix Arrow struct to iceberg type conversion#33

Merged
robert3005 merged 3 commits into
mainfrom
rk/structfixes
Jun 8, 2026
Merged

Fix Arrow struct to iceberg type conversion#33
robert3005 merged 3 commits into
mainfrom
rk/structfixes

Conversation

@robert3005

Copy link
Copy Markdown
Member

Signed-off-by: Robert Kruszewski github@robertk.io

Signed-off-by: Robert Kruszewski <github@robertk.io>
// FileFormat.VORTEX once the appender supports arbitrary FileIO and those capabilities land.
private static final FileFormat[] FILE_FORMATS =
new FileFormat[] {FileFormat.AVRO, FileFormat.PARQUET, FileFormat.ORC, FileFormat.VORTEX};
new FileFormat[] {FileFormat.AVRO, FileFormat.PARQUET, FileFormat.ORC};

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to implement some way of integrating with iceberg io since right now all test are failing since we don't write to the correct output

@robert3005 robert3005 merged commit 06d3871 into main Jun 8, 2026
57 of 58 checks passed
@robert3005 robert3005 deleted the rk/structfixes branch June 8, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants